CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 退火 TSP

搜索资源列表

  1. TSP

    0下载:
  2. 模拟退火,搜索等方法的旅行商问题的各种解法。-Some answer for tsp problem!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:wenbin
  1. SA-TO-TSP

    0下载:
  2. 模拟退火解决旅行商 问题 -Simulated annealing simulated annealing solution to solve the traveling salesman problem traveling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:749
    • 提供者:jiangtianhua
  1. SA-for-TSP

    0下载:
  2. 模拟退火算法求解旅行商问题,所用数据时CHN1-Simulated Annealing for Traveling Salesman problem, the use of data CHN144
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:331482
    • 提供者:吴小英
  1. tsp

    0下载:
  2. 模拟退火解决旅行商问题,我调过了可用,初学者大家来试试,下载啊,很好用-Simulated annealing to solve the traveling salesman problem, I transferred over the available
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:12524
    • 提供者:李娟
  1. tsp

    0下载:
  2. 使用退火算法实现旅行商问题,支持文件读写功能-Traveling salesman problem with annealing algorithm, supporting documents to read and write functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:124922
    • 提供者:
  1. TSP

    0下载:
  2. 模拟退火算法求解旅行商问题 程序使用的参数说明:初始温度的选取方法:取一个确定值:280度 状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t) 降温算法:采用等比例下降的方法,比例系数为0.95 同一温度内计算结束的条件: 在每个温度下采用固定的迭代次数,Lk=100n,n为城市数; 算法结束条件: 当相邻三个温度得到的解无任何变化时算法停止。 -Simulated annealing algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1802
    • 提供者:朱茵茵
  1. matlab-for-TSP-problem-using-SA

    0下载:
  2. 使用模拟退火方法解决TSP问题的matlab源程序-matlab source program for TSP problem using Simulated Annealing
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:7686
    • 提供者:金莹
  1. SA(TSP)

    0下载:
  2. 模拟退火法解决最优化问题,此程序为解决TSP问题matlab程序。-Simulated annealing method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3321
    • 提供者:李生
  1. TSP-simulated-annealing-algorithm

    1下载:
  2. 模拟退火算法是领域随机搜索算法的一种改进——加入概率接受准则,是十分简单的一种智能优化算法,本源码是用于求解TSP问题的模拟退火算法源程序-The simulated annealing algorithm is random search algorithm of field an improved-join probability accept criterion, it is very simple a kind of intelligent optimization algorithm,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-15
    • 文件大小:998
    • 提供者:qiangzi
  1. tsp

    0下载:
  2. 模拟退火算法求解TSP问题程序简单效率高,欢迎来完善-Simulated annealing algorithm for solving the TSP program is simple, high efficiency, and welcome to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2996
    • 提供者:边松涛
  1. sa.-TSP

    0下载:
  2. 关于模拟退火解决旅行商问题的代码,简单易学,非常有用-simulated annealing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5099
    • 提供者:彭晓志
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:王红
  1. TSP

    0下载:
  2. 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4108
    • 提供者:Ding
  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  1. three-algorithm-for-TSP-problem

    0下载:
  2. TSP问题的三种算法,模拟退火算法,遗传算法,蚁群算法-three algorithms of TSP problem ,three algorithms of TSP problem,three algorithms of TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:64091
    • 提供者:buyi
  1. TSP-problem-of-simulated-annealing

    0下载:
  2. 使用模拟退火方法解决了TSP问题,改进了过程中可能丢失最优解的问题-Optimal solution may be lost in the process of using the simulated annealing method to solve the TSP problem, improved
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:张瓴溪
  1. TSP

    0下载:
  2. TSP问题模拟退火算法的matlab源程序-The TSP simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:9275
    • 提供者:林蒙
  1. TSP

    0下载:
  2. 模拟退火算法解决10个城市的TSP问题,适合帮助模拟退火算法的初学者。-The simulated annealing algorithm to solve the 10 cities TSP problem , suitable for beginners to help the simulated annealing algorithm .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:2966
    • 提供者:ZhengShenhai
  1. TSP

    0下载:
  2. 退火算法解决TSP,命令行读取文件信息。输出到文件中。-Annealing algorithm to solve TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:6950103
    • 提供者:时洋
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com